const github.com/refraction-networking/utls.helloChrome

20 uses

	github.com/refraction-networking/utls (current package)
		u_common.go#L172: 	helloChrome           = "Chrome"
		u_common.go#L616: 	HelloChrome_58          = ClientHelloID{helloChrome, "58", nil, nil}
		u_common.go#L617: 	HelloChrome_62          = ClientHelloID{helloChrome, "62", nil, nil}
		u_common.go#L618: 	HelloChrome_70          = ClientHelloID{helloChrome, "70", nil, nil}
		u_common.go#L619: 	HelloChrome_72          = ClientHelloID{helloChrome, "72", nil, nil}
		u_common.go#L620: 	HelloChrome_83          = ClientHelloID{helloChrome, "83", nil, nil}
		u_common.go#L621: 	HelloChrome_87          = ClientHelloID{helloChrome, "87", nil, nil}
		u_common.go#L622: 	HelloChrome_96          = ClientHelloID{helloChrome, "96", nil, nil}
		u_common.go#L623: 	HelloChrome_100         = ClientHelloID{helloChrome, "100", nil, nil}
		u_common.go#L624: 	HelloChrome_102         = ClientHelloID{helloChrome, "102", nil, nil}
		u_common.go#L625: 	HelloChrome_106_Shuffle = ClientHelloID{helloChrome, "106", nil, nil} // TLS Extension shuffler enabled starting from 106
		u_common.go#L630: 	HelloChrome_100_PSK              = ClientHelloID{helloChrome, "100_PSK", nil, nil}
		u_common.go#L631: 	HelloChrome_112_PSK_Shuf         = ClientHelloID{helloChrome, "112_PSK", nil, nil}
		u_common.go#L632: 	HelloChrome_114_Padding_PSK_Shuf = ClientHelloID{helloChrome, "114_PSK", nil, nil}
		u_common.go#L636: 	HelloChrome_115_PQ     = ClientHelloID{helloChrome, "115_PQ", nil, nil}
		u_common.go#L637: 	HelloChrome_115_PQ_PSK = ClientHelloID{helloChrome, "115_PQ_PSK", nil, nil}
		u_common.go#L640: 	HelloChrome_120 = ClientHelloID{helloChrome, "120", nil, nil}
		u_common.go#L642: 	HelloChrome_120_PQ = ClientHelloID{helloChrome, "120_PQ", nil, nil}
		u_common.go#L644: 	HelloChrome_131 = ClientHelloID{helloChrome, "131", nil, nil}
		u_common.go#L646: 	HelloChrome_133 = ClientHelloID{helloChrome, "133", nil, nil}